[starting from version: 2.3]
It is triggered for "microsoft analysis services"
and "api"
data source types:
loadingolapstructure
is triggered when the structure of an OLAP cube starts loading. Once the connection was established, the component begins loading the OLAP structure.To make sure that structure was loaded, use olapstructureloaded. To track any errors, use olapstructureerror.
pivot.on('loadingolapstructure', function () {
alert('Loading olap structure!');
});
Open the example on JSFiddle.